Interface CorrelationResultEvent


  • @SleeEvent(id=@ComponentId(name="com.opencloud.slee.resources.correlation.CorrelationResult",vendor="OpenCloud",version="1.1"))
    public interface CorrelationResultEvent
    The result event. This provides access to the correlated data returned from an asynchronous call.
    • Method Detail

      • getCorrelationData

        byte[] getCorrelationData()
        Contains correlation data associated with the requested correlation ID.
        Returns:
      • getCorrelationId

        String getCorrelationId()
        The correlation id that this result is for.
        Returns: