com.signalfx.metrics.connection.EventReceiverFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of signalfx-java Show documentation
Show all versions of signalfx-java Show documentation
Bare minimum core library needed to sending metrics to SignalFx from Java clients
package com.signalfx.metrics.connection;
/**
* A factory that creates connections to event given an endpoint to connect to.
*
* @author jack
*/
public interface EventReceiverFactory {
/**
* @return A newly cleated event receiver.
*/
EventReceiver createEventReceiver();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy