public interface ServiceProvider<B extends Binding,I,O>
Modifier and Type | Method and Description |
---|---|
I |
createInvoker(O operation)
Creates an invoker given an operation.
|
void |
start()
start the provider
|
void |
stop()
stop the provider
|