SelfDescribing
, Verifiable
AbstractInvocationDispatcher
, FIFOInvocationDispatcher
, LIFOInvocationDispatcher
public interface InvocationDispatcher extends Verifiable, SelfDescribing
Modifier and Type | Method | Description |
---|---|---|
void |
add(Invokable invokable) |
|
void |
clear() |
|
java.lang.Object |
dispatch(Invocation invocation) |
|
void |
setDefaultStub(Stub newDefaultStub) |
describeTo
verify
java.lang.Object dispatch(Invocation invocation) throws java.lang.Throwable
java.lang.Throwable
void setDefaultStub(Stub newDefaultStub)
void add(Invokable invokable)
void clear()