Interface OsgiEventMappingSupplier
-
@ProviderType public interface OsgiEventMappingSupplier
-
-
Field Summary
Fields Modifier and Type Field Description static String
OSGI_PING_EVENT_CODE
defined in aio-evem-events package default osgi cfg.json file: com.adobe.io.event.osgi.internal.OsgiEventMappingSupplierImpl-osgi_ping.cfg.json
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventMetadata
getConfiguredEventMetadata()
OsgiEventMapping
getOsgiEventMapping()
-
-
-
Field Detail
-
OSGI_PING_EVENT_CODE
static final String OSGI_PING_EVENT_CODE
defined in aio-evem-events package default osgi cfg.json file: com.adobe.io.event.osgi.internal.OsgiEventMappingSupplierImpl-osgi_ping.cfg.json- See Also:
- Constant Field Values
-
-
Method Detail
-
getConfiguredEventMetadata
EventMetadata getConfiguredEventMetadata()
-
getOsgiEventMapping
OsgiEventMapping getOsgiEventMapping()
-
-