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