JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.activiti.services.connectors.conf
Interface ConnectorDestinationMappingStrategy
All Superinterfaces:
Function
<
String
,
String
>
public interface
ConnectorDestinationMappingStrategy
extends
Function
<
String
,
String
>
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method
Description
default
String
apply
(
String
implementation)
Methods inherited from interface java.util.function.
Function
andThen
,
compose
Method Details
apply
default
String
apply
(
String
implementation)
Specified by:
apply
in interface
Function
<
String
,
String
>