StreamInvocationMessage 类

public final class StreamInvocationMessage extends InvocationMessage

构造函数摘要

构造函数 说明
StreamInvocationMessage(Map<String,String> headers, String invocationId, String target, Object[] args, Collection<String> streamIds)

方法摘要

修饰符和类型 方法和描述
HubMessageType getMessageType()

继承成员

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)

构造函数详细信息

StreamInvocationMessage

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

Parameters:

headers
invocationId
target
args
streamIds

方法详细信息

getMessageType

public HubMessageType getMessageType()

Overrides:

StreamInvocationMessage.getMessageType()

适用于