You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-integration-jms/src/main/java/org/springframework/integration/jms/dsl/JmsOutboundChannelAdapterSpec.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,7 @@ public S deliveryModeExpression(String deliveryModeExpression) {
141
141
/**
142
142
* Specify a {@link Function} to resolve a {@code deliveryMode} for JMS message to send.
143
143
* @param deliveryModeFunction to use
144
+
* @param <P> the expected payload type.
144
145
* @return the spec
145
146
* @since 5.1
146
147
* @see FunctionExpression
@@ -164,6 +165,7 @@ public S timeToLiveExpression(String timeToLiveExpression) {
164
165
/**
165
166
* Specify a {@link Function} to resolve a {@code timeToLive} for JMS message to send.
0 commit comments