StreamInvocationMessage Class

public final class StreamInvocationMessage extends InvocationMessage

Constructor Summary

Constructor Description
StreamInvocationMessage(Map<String,String> headers, String invocationId, String target, Object[] args, Collection<String> streamIds)

Method Summary

Modifier and Type Method and Description
HubMessageType getMessageType()

Inherited Members

InvocationMessage.getArguments() InvocationMessage.getHeaders() InvocationMessage.getInvocationId() InvocationMessage.getMessageType() InvocationMessage.getStreamIds() InvocationMessage.getTarget() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

StreamInvocationMessage

public StreamInvocationMessage(Map headers, String invocationId, String target, Object[] args, Collection streamIds)

Parameters:

headers
invocationId
target
args
streamIds

Method Details

getMessageType

public HubMessageType getMessageType()

Overrides:

StreamInvocationMessage.getMessageType()

Applies to