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.

Return Value

void

at line 19
void register()

Register any application services.

Return Value

void

at line 26
bool shouldPublishEvents()

Determine whether the server should publish events.

Return Value

bool

at line 34
bool subscribesToEvents()

Determine whether the server subscribes to events.

Return Value

bool

at line 42
bool shouldNotPublishEvents()

Determine whether the server should not publish events.

Return Value

bool

at line 50
bool doesNotSubscribeToEvents()

Determine whether the server should not subscribe to events.

Return Value

bool