public final class Connect extends Object
StreamingActor.| Constructor and Description |
|---|
Connect(akka.actor.ActorRef eventAndResponsePublisher,
String connectionCorrelationId,
String type)
Constructs a new
Connect instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getConnectionCorrelationId() |
akka.actor.ActorRef |
getEventAndResponsePublisher() |
String |
getType() |
int |
hashCode() |
String |
toString() |
public Connect(akka.actor.ActorRef eventAndResponsePublisher,
String connectionCorrelationId,
String type)
Connect instance.eventAndResponsePublisher - the ActorRef to the correlating EventAndResponsePublisher.connectionCorrelationId - the correlationId of the connection/session.type - the type of the "streaming" connection to establish.Copyright © 2017–2018 Eclipse Foundation. All rights reserved.