public abstract class RecordedBinding extends RecordedEntity
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
arguments |
protected String |
destination |
protected String |
routingKey |
protected String |
source |
channel
Constructor and Description |
---|
RecordedBinding(AutorecoveringChannel channel) |
Modifier and Type | Method and Description |
---|---|
RecordedBinding |
arguments(Map<String,Object> value) |
RecordedBinding |
destination(String value) |
boolean |
equals(Object o) |
Map<String,Object> |
getArguments() |
String |
getDestination() |
String |
getRoutingKey() |
String |
getSource() |
int |
hashCode() |
abstract void |
recover() |
RecordedBinding |
routingKey(String value) |
void |
setDestination(String destination) |
RecordedBinding |
source(String value) |
getChannel, getDelegateChannel
protected String source
protected String destination
protected String routingKey
public RecordedBinding(AutorecoveringChannel channel)
public RecordedBinding source(String value)
public RecordedBinding destination(String value)
public RecordedBinding routingKey(String value)
public RecordedBinding arguments(Map<String,Object> value)
public String getSource()
public String getDestination()
public String getRoutingKey()
public void setDestination(String destination)
public abstract void recover() throws IOException
IOException
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.