Class TelemetryServiceFactory
java.lang.Object
org.infinispan.factories.AnyScopeComponentFactory
org.infinispan.factories.AbstractComponentFactory
org.infinispan.server.core.telemetry.TelemetryServiceFactory
- All Implemented Interfaces:
AutoInstantiableFactory
,ComponentFactory
public class TelemetryServiceFactory
extends AbstractComponentFactory
implements AutoInstantiableFactory
-
Field Summary
Fields inherited from class org.infinispan.factories.AnyScopeComponentFactory
globalComponentRegistry, globalConfiguration
-
Constructor Summary
-
Method Summary
-
Field Details
-
IN_MEMORY_COLLECTOR_ENDPOINT
- See Also:
-
-
Constructor Details
-
TelemetryServiceFactory
public TelemetryServiceFactory()
-
-
Method Details
-
construct
- Specified by:
construct
in interfaceComponentFactory
- Returns:
- Either a component instance or a
ComponentAlias
pointing to another component.
-