public class EndpointContext extends Object
Constructor and Description |
---|
EndpointContext(AmqpTransport transport,
Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
void |
fireListenerEvents(AmqpListener listener) |
Object |
getAttachment() |
<T> T |
getAttachment(Class<T> clazz) |
void |
setAttachment(Object attachment) |
public EndpointContext(AmqpTransport transport, Endpoint endpoint)
public void fireListenerEvents(AmqpListener listener)
public Object getAttachment()
public <T> T getAttachment(Class<T> clazz)
public void setAttachment(Object attachment)
Copyright © 2016 The Apache Software Foundation. All rights reserved.