Example usage for io.vertx.core.shareddata Shareable interface-usage

List of usage examples for io.vertx.core.shareddata Shareable interface-usage

Introduction

In this page you can find the example usage for io.vertx.core.shareddata Shareable interface-usage.

Usage

From source file com.arpnetworking.metrics.vertx.SharedMetrics.java

/**
 * Metrics object that extends Vertx's <code>SharedData</code> object which allows use in a shared data map.
 *
 * @author Gil Markham (gil at groupon dot com)
 * @since 0.2.1
 */

From source file com.arpnetworking.metrics.vertx.SharedMetricsFactory.java

/**
 * An implementation of <code>MetricsFactory</code> that extends Vertx's <code>SharedData</code> which allows use in a
 * shared data map.
 *
 * @author Deepika Misra (deepika at groupon dot com)
 */

From source file enmasse.kafka.bridge.AmqpDeliveryData.java

/**
 * Wrapper class around AMQP delivery withe a internal generated delivery ID (not tag)
 */
public class AmqpDeliveryData implements Shareable {

    private String linkName;

From source file enmasse.kafka.bridge.KafkaMessage.java

/**
 * Wrapper class around Kafka record with related AMQP delivery tag
 *
 * @param <K>      Key type for Kafka consumer and record
 * @param <V>      Value type for Kafka consumer and record
 */

From source file io.rhiot.kafka.bridge.AmqpDelivery.java

/**
 * Wrapper class around AMQP delivery withe a internal generated delivery ID (not tag) 
 * 
 * @author ppatierno
 *
 */

From source file io.rhiot.kafka.bridge.KafkaMessage.java

/**
 * Wrapper class around Kafka record with related AMQP delivery tag
 * 
 * @author ppatierno
 *
 * @param <K>      Key type for Kafka consumer and record

From source file net.kuujo.vertigo.context.TypeContext.java

/**
 * Immutable configuration information for Vertigo types.
 * 
 * @author <a href="http://github.com/kuujo">Jordan Halterman</a>
 */
public interface TypeContext<T extends TypeContext<T>> extends Shareable {

From source file org.azrul.langmera.DecisionFeedback.java

/**
 *
 * @author Azrul
 */
public class DecisionFeedback implements Shareable, Serializable {
    private String decisionId;

From source file org.azrul.langmera.DecisionRequest.java

/**
 *
 * @author Azrul
 */
public class DecisionRequest implements Shareable, Serializable {
    private String decisionId;

From source file org.azrul.langmera.DecisionResponse.java

/**
 *
 * @author Azrul
 */
public class DecisionResponse implements Shareable, Serializable {
    private String decisionId;