Package com.totvs.tjf.messaging.binder
Class CustomBindingService.LateBinding<T>
java.lang.Object
com.totvs.tjf.messaging.binder.CustomBindingService.LateBinding<T>
- All Implemented Interfaces:
org.springframework.cloud.stream.binder.Binding<T>,org.springframework.context.Lifecycle,org.springframework.integration.core.Pausable,org.springframework.integration.support.management.ManageableLifecycle
- Enclosing class:
- CustomBindingService
public static class CustomBindingService.LateBinding<T>
extends Object
implements org.springframework.cloud.stream.binder.Binding<T>
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.cloud.stream.binder.Binding
getBinderName, getBinderType, isPaused, isRunning, pause, resume, start, stop
-
Method Details
-
setDelegate
-
unbind
public void unbind()- Specified by:
unbindin interfaceorg.springframework.cloud.stream.binder.Binding<T>
-
getName
- Specified by:
getNamein interfaceorg.springframework.cloud.stream.binder.Binding<T>
-
getBindingName
- Specified by:
getBindingNamein interfaceorg.springframework.cloud.stream.binder.Binding<T>
-
getError
-
toString
-
getExtendedInfo
- Specified by:
getExtendedInfoin interfaceorg.springframework.cloud.stream.binder.Binding<T>
-
isInput
public boolean isInput()- Specified by:
isInputin interfaceorg.springframework.cloud.stream.binder.Binding<T>
-