Uses of Interface
network.oxalis.api.inbound.InboundMetadata
-
Packages that use InboundMetadata Package Description network.oxalis.api.identifier network.oxalis.api.inbound network.oxalis.api.persist network.oxalis.api.statistics -
-
Uses of InboundMetadata in network.oxalis.api.identifier
Methods in network.oxalis.api.identifier with parameters of type InboundMetadata Modifier and Type Method Description StringMessageIdGenerator. generate(InboundMetadata inboundMetadata) -
Uses of InboundMetadata in network.oxalis.api.inbound
Methods in network.oxalis.api.inbound with parameters of type InboundMetadata Modifier and Type Method Description voidInboundService. complete(InboundMetadata inboundMetadata) -
Uses of InboundMetadata in network.oxalis.api.persist
Methods in network.oxalis.api.persist with parameters of type InboundMetadata Modifier and Type Method Description voidReceiptPersister. persist(InboundMetadata inboundMetadata, Path payloadPath) -
Uses of InboundMetadata in network.oxalis.api.statistics
Methods in network.oxalis.api.statistics with parameters of type InboundMetadata Modifier and Type Method Description voidStatisticsService. persist(InboundMetadata inboundMetadata)
-