Groovy Documentation

org.grails.plugin.platform.events
[Groovy] Class EventDefinition

java.lang.Object
  org.grails.plugin.platform.events.EventDefinition
All Implemented Interfaces:
java.lang.Comparable

class EventDefinition

file:
@author Stephane Maldini
date:
14/05/12
section:
DESCRIPTION [Does stuff]
Version:
1.0


Property Summary
java.lang.String definingPlugin

boolean disabled

java.lang.Class filterClass

groovy.lang.Closure filterClosure

boolean filterEventMessage

java.lang.Boolean fork

java.lang.String namespace

groovy.lang.Closure onError

groovy.lang.Closure onReply

java.util.Map othersAttributes

boolean requiresReply

int score

boolean secured

java.lang.Long timeout

java.lang.String topic

 
Constructor Summary
EventDefinition()

 
Method Summary
int compareTo(EventDefinition t)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

definingPlugin

java.lang.String definingPlugin


disabled

boolean disabled


filterClass

java.lang.Class filterClass


filterClosure

groovy.lang.Closure filterClosure


filterEventMessage

boolean filterEventMessage


fork

java.lang.Boolean fork


namespace

java.lang.String namespace


onError

groovy.lang.Closure onError


onReply

groovy.lang.Closure onReply


othersAttributes

java.util.Map othersAttributes


requiresReply

boolean requiresReply


score

int score


secured

boolean secured


timeout

java.lang.Long timeout


topic

java.lang.String topic


 
Constructor Detail

EventDefinition

EventDefinition()


 
Method Detail

compareTo

int compareTo(EventDefinition t)


 

Groovy Documentation