Uses of Interface
org.apache.pulsar.structuredeventlog.EventResources
-
Packages that use EventResources Package Description org.apache.pulsar.structuredeventlog org.apache.pulsar.structuredeventlog.slf4j -
-
Uses of EventResources in org.apache.pulsar.structuredeventlog
Classes in org.apache.pulsar.structuredeventlog that implement EventResources Modifier and Type Class Description classEventResourcesImplMethods in org.apache.pulsar.structuredeventlog that return EventResources Modifier and Type Method Description EventResourcesStructuredEventLog. newEventResources()Create an new event resources object, which can be used across multiple root events.EventResourcesEventResources. resource(java.lang.String key, java.lang.Object value)Add a resource for the event.EventResourcesEventResources. resource(java.lang.String key, java.util.function.Supplier<java.lang.String> value)Add a resource for the event using a supplier.EventResourcesEventResourcesImpl. resource(java.lang.String key, java.lang.Object value)EventResourcesEventResourcesImpl. resource(java.lang.String key, java.util.function.Supplier<java.lang.String> value)Methods in org.apache.pulsar.structuredeventlog with parameters of type EventResources Modifier and Type Method Description EventEvent. resources(EventResources attrs)Add resources for the event from an EventResources object. -
Uses of EventResources in org.apache.pulsar.structuredeventlog.slf4j
Methods in org.apache.pulsar.structuredeventlog.slf4j that return EventResources Modifier and Type Method Description EventResourcesSlf4jStructuredEventLog. newEventResources()
-