public class ServiceFunctionsUnit
extends com.streamscape.sef.evtrigger.function.expression.function.AbstractFunctionsUnit
implements java.io.Closeable
Title: Service Event Fabric Runtime
Description: Service functions unit.
Modifier and Type | Class and Description |
---|---|
static class |
ServiceFunctionsUnit.InvokeRequestFunction |
static class |
ServiceFunctionsUnit.ServiceEventHandlerFunction |
Constructor and Description |
---|
ServiceFunctionsUnit() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
com.streamscape.slex.lang.completion.DSLCompletion |
complete(TriggerFunctionParserContext context,
java.lang.String prefix) |
com.streamscape.sef.evtrigger.function.expression.function.AbstractFunctionExpression |
createServiceEventHandlerFunction(java.lang.String name,
TriggerFunctionParserContext context) |
void |
forceClose() |
ServiceAccessor |
getServiceAccessor(TriggerFunctionContext context) |
java.lang.String |
getServiceName() |
com.streamscape.sef.evtrigger.function.expression.function.AbstractFunctionExpression |
lookupFunction(java.lang.String name,
TriggerFunctionParserContext context) |
void |
setServiceName(java.lang.String serviceName) |
listFunctionNames
public void setServiceName(java.lang.String serviceName)
public java.lang.String getServiceName()
public ServiceAccessor getServiceAccessor(TriggerFunctionContext context) throws java.lang.Exception
java.lang.Exception
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException
public void forceClose()
public com.streamscape.slex.lang.completion.DSLCompletion complete(TriggerFunctionParserContext context, java.lang.String prefix)
complete
in class com.streamscape.sef.evtrigger.function.expression.function.FunctionsUnit
public com.streamscape.sef.evtrigger.function.expression.function.AbstractFunctionExpression lookupFunction(java.lang.String name, TriggerFunctionParserContext context)
lookupFunction
in class com.streamscape.sef.evtrigger.function.expression.function.AbstractFunctionsUnit
public com.streamscape.sef.evtrigger.function.expression.function.AbstractFunctionExpression createServiceEventHandlerFunction(java.lang.String name, TriggerFunctionParserContext context)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.