Callable
is used to provide a Service with an interface that supports event calls. Components do not have to implement this interface, though the onCall
method provides an example lifecycle method that is executed when an event is received for the implementing service.
|
|
|
|
|
|
|
|
|
|
|
|