Groovy Documentation

org.grails.plugin.platform.events.publisher
[Java] Class DefaultEventsPublisher.WrappedFuture

java.lang.Object
  org.grails.plugin.platform.events.EventReply
      org.grails.plugin.platform.events.publisher.DefaultEventsPublisher.WrappedFuture

private static class DefaultEventsPublisher.WrappedFuture
extends EventReply

Field Summary
 
Fields inherited from class EventReply
futureReply, futureReplyLoaded, onError, receivers, value, values
 
Constructor Summary
DefaultEventsPublisher.WrappedFuture(java.util.concurrent.Future wrapped, int receivers)

 
Method Summary
protected void initValues(java.lang.Object val)

void setCallingError(java.lang.Throwable e)

 
Methods inherited from class EventReply
addValue, cancel, cancel, get, get, getErrors, getOnError, getValue, getValues, hasErrors, initValues, isCancelled, isDone, isSuccess, setOnError, setReceivers, size, throwError, waitFor, waitFor
 

Constructor Detail

DefaultEventsPublisher.WrappedFuture

public DefaultEventsPublisher.WrappedFuture(java.util.concurrent.Future wrapped, int receivers)


 
Method Detail

initValues

setReceivers(message.getInvoked());
protected void initValues(java.lang.Object val)


setCallingError

public void setCallingError(java.lang.Throwable e)


 

Groovy Documentation