Uses of Interface
org.odpi.openmetadata.repositoryservices.events.future.OMRSFuture
-
-
Uses of OMRSFuture in org.odpi.openmetadata.repositoryservices.connectors.omrstopic
Methods in org.odpi.openmetadata.repositoryservices.connectors.omrstopic that return OMRSFuture Modifier and Type Method Description OMRSFutureInternalOMRSEventProcessingContext. getOverallAsyncProcessingResult()Gets the overall asynchronous processing result from all consumers.Methods in org.odpi.openmetadata.repositoryservices.connectors.omrstopic with parameters of type OMRSFuture Modifier and Type Method Description voidInternalOMRSEventProcessingContext. addAsyncProcessingResult(OMRSFuture future)Registers anOMRSFutureassociated with asynchronous message processing.static voidOMRSEventProcessingContext. addAsyncProcessingResult(OMRSFuture future)Registers aFutureso that Egeria can keep track of asynchronous message processing being done by consumers. -
Uses of OMRSFuture in org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic
Methods in org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic with parameters of type OMRSFuture Modifier and Type Method Description voidIncomingEvent. addAsyncProcessingResult(OMRSFuture future)Adds aFuturefor the processing of this event by someOMRSInstanceEventProcessor -
Uses of OMRSFuture in org.odpi.openmetadata.repositoryservices.events.future
Classes in org.odpi.openmetadata.repositoryservices.events.future that implement OMRSFuture Modifier and Type Class Description classCompletedFutureFuture that represents a task that has already completed.classCompoundFutureOMRSFuturewhich has a list of child futures.classDelegatableFutureFuture that starts out as unfinished can can be delegated to a different Future once processing takes place.classOMRSFutureImplImplementation ofOMRSFutureMethods in org.odpi.openmetadata.repositoryservices.events.future with parameters of type OMRSFuture Modifier and Type Method Description voidCompoundFuture. addFuture(OMRSFuture future)Adds a future whose result should be includedvoidDelegatableFuture. setDelegate(OMRSFuture delegate)Sets the future to delegate to.
-