@Value.Immutable public interface Bridge<S,D> extends SingleSource<S,D>, SingleDestination<D>
Route.Transition<D>| Modifier and Type | Method and Description |
|---|---|
static <S,D> Bridge<S,D> |
of(NamedType<S> start,
NamedType<D> destination) |
default Set<NamedType<?>> |
sources() |
NamedType<S> |
start() |
destinationCopyright © 2017. All rights reserved.