Class SingleRecipientRouter.SingleRecipientRouterBuilder
- java.lang.Object
-
- org.ikasan.dashboard.ui.visualisation.model.flow.SingleRecipientRouter.SingleRecipientRouterBuilder
-
- Enclosing class:
- SingleRecipientRouter
public static class SingleRecipientRouter.SingleRecipientRouterBuilder extends java.lang.ObjectBuilder class
-
-
Constructor Summary
Constructors Constructor Description SingleRecipientRouterBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SingleRecipientRouterbuild()SingleRecipientRouter.SingleRecipientRouterBuilderwithId(java.lang.String id)SingleRecipientRouter.SingleRecipientRouterBuilderwithName(java.lang.String name)
-
-
-
Method Detail
-
withId
public SingleRecipientRouter.SingleRecipientRouterBuilder withId(java.lang.String id)
-
withName
public SingleRecipientRouter.SingleRecipientRouterBuilder withName(java.lang.String name)
-
build
public SingleRecipientRouter build()
-
-