Class StreamAnnotationCommonMethodUtils

java.lang.Object
org.springframework.cloud.stream.binding.StreamAnnotationCommonMethodUtils

public abstract class StreamAnnotationCommonMethodUtils extends Object
Common methods that can be used across various Stream annotations.
Since:
1.3.0
Author:
Soby Chacko
  • Constructor Details

    • StreamAnnotationCommonMethodUtils

      public StreamAnnotationCommonMethodUtils()
  • Method Details

    • getOutboundBindingTargetName

      public static String getOutboundBindingTargetName(Method method)
    • outputAnnotationCount

      public static int outputAnnotationCount(Method method)