Modifier and Type | Method and Description |
---|---|
ServiceAccessor |
HTTPFabricConnection.createServiceAccessor(java.lang.String serviceType,
java.lang.String serviceName) |
ServiceAccessor |
HTTPFabricConnection.createServiceAccessor(java.lang.String nodeName,
java.lang.String serviceType,
java.lang.String serviceName) |
Modifier and Type | Method and Description |
---|---|
ServiceAccessor |
FabricConnection.createServiceAccessor(java.lang.String serviceType,
java.lang.String serviceName)
Creates an accessor to a service with the specified type and name.
|
ServiceAccessor |
FabricConnection.createServiceAccessor(java.lang.String nodeName,
java.lang.String serviceType,
java.lang.String serviceName)
Creates an accessor to a service with the specified type and name.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectServiceAccessor
Title: Service Event Fabric Core
|
Modifier and Type | Method and Description |
---|---|
ServiceAccessor |
TriggerFunctionContextImpl.createServiceAccessor(java.lang.String componentName) |
Modifier and Type | Method and Description |
---|---|
ServiceAccessor |
TriggerFunctionContext.createServiceAccessor(java.lang.String serviceName) |
Modifier and Type | Method and Description |
---|---|
ServiceAccessor |
ServiceFunctionsUnit.getServiceAccessor(TriggerFunctionContext context) |
Modifier and Type | Method and Description |
---|---|
ServiceAccessor |
ServiceContext.createServiceAccessor(java.lang.String serviceType,
java.lang.String serviceName)
Creates an accessor to a service with the specified type and name.
|
ServiceAccessor |
ServiceContext.createServiceAccessor(java.lang.String nodeName,
java.lang.String serviceType,
java.lang.String serviceName)
Creates an accessor to a service with the specified type and name.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.