post

public final void post(Event event)

Posts the event for handling.

Performs the same action as the post parent method}, but does not require any response observer.

Parameters

event

the event to be handled

See also

io.spine.server.bus.Bus

public final void post(Iterable<Event> events)

Posts the events for handling.

Performs the same action as the post parent method} but does not require any response observer.

This method should be used if the callee does not care about the events acknowledgement.

Parameters

events

the events to be handled

See also

io.spine.server.bus.Bus