mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-20 20:02:17 +02:00
Add TODO note
Change-Id: If600ac0f81bc25f9d1d2a6a3cbd9ffdbe19183cf
This commit is contained in:
parent
f1d425affe
commit
c65f51273a
@ -8,12 +8,16 @@ import java.io.IOException;
|
|||||||
*/
|
*/
|
||||||
public final class InternalMessage implements Message {
|
public final class InternalMessage implements Message {
|
||||||
|
|
||||||
|
public static final String REPLY_MESSAGE_TYPE = "NETTY_MESSAGIG_REQUEST_REPLY";
|
||||||
|
|
||||||
private long id;
|
private long id;
|
||||||
private Endpoint sender;
|
private Endpoint sender;
|
||||||
private String type;
|
private String type;
|
||||||
private Object payload;
|
private Object payload;
|
||||||
|
|
||||||
private transient NettyMessagingService messagingService;
|
private transient NettyMessagingService messagingService;
|
||||||
public static final String REPLY_MESSAGE_TYPE = "NETTY_MESSAGIG_REQUEST_REPLY";
|
// TODO: add transient payload serializer or change payload type to
|
||||||
|
// byte[], ByteBuffer, etc.
|
||||||
|
|
||||||
// Must be created using the Builder.
|
// Must be created using the Builder.
|
||||||
private InternalMessage() {}
|
private InternalMessage() {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user