public final class StartConnectionDirective extends Directive
Modifier and Type | Class and Description |
---|---|
static class |
StartConnectionDirective.Builder |
Modifier and Type | Method and Description |
---|---|
static StartConnectionDirective.Builder |
builder() |
boolean |
equals(Object o) |
Map<String,Object> |
getInput()
This is the input to the connection that the requester is trying to send.
|
OnCompletion |
getOnCompletion()
Get onCompletion
|
String |
getToken()
This is an echo back string that requester will receive it when it gets resumed.
|
String |
getUri()
This defines the name and version of connection that the requester is trying to send.
|
int |
hashCode() |
String |
toString() |
public static StartConnectionDirective.Builder builder()
public String getUri()
public OnCompletion getOnCompletion()
public Map<String,Object> getInput()
public String getToken()
Copyright © 2023. All rights reserved.