public class AmqpEvent extends Object
Modifier and Type | Field and Description |
---|---|
Object |
decodedFrame |
org.vertx.java.core.buffer.Buffer |
encodedFrame |
io.fabric8.gateway.handlers.detecting.protocol.amqp.AmqpEvent.Type |
type |
public final io.fabric8.gateway.handlers.detecting.protocol.amqp.AmqpEvent.Type type
public final org.vertx.java.core.buffer.Buffer encodedFrame
public final Object decodedFrame
public AmqpEvent(io.fabric8.gateway.handlers.detecting.protocol.amqp.AmqpEvent.Type type, org.vertx.java.core.buffer.Buffer encodedFrame, Object decodedFrame)
Copyright © 2011–2014 Red Hat. All rights reserved.