ServerProvider
abstract class ServerProvider
Methods
void
boot()
Bootstrap any application services.
void
register()
Register any application services.
bool
shouldPublishEvents()
Determine whether the server should publish events.
bool
subscribesToEvents()
Determine whether the server subscribes to events.
bool
shouldNotPublishEvents()
Determine whether the server should not publish events.
bool
doesNotSubscribeToEvents()
Determine whether the server should not subscribe to events.
Details
at line 12
void
boot()
Bootstrap any application services.
at line 19
void
register()
Register any application services.
at line 26
bool
shouldPublishEvents()
Determine whether the server should publish events.
at line 34
bool
subscribesToEvents()
Determine whether the server subscribes to events.
at line 42
bool
shouldNotPublishEvents()
Determine whether the server should not publish events.
at line 50
bool
doesNotSubscribeToEvents()
Determine whether the server should not subscribe to events.