public abstract class SDAClosure
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
SDAClosure() |
Modifier and Type | Method and Description |
---|---|
static <T> groovy.lang.Closure |
createSDAClosure(StaticDispatchActor<T> dda)
Creates the closure for a given SDA
|
public static <T> groovy.lang.Closure createSDAClosure(StaticDispatchActor<T> dda)
dda
- The StaticDispatchActor to dispatch messages on