File tree 1 file changed +3
-0
lines changed
spring-kafka/src/main/java/org/springframework/kafka/config
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ public void setStreamsUncaughtExceptionHandler(StreamsUncaughtExceptionHandler s
204
204
* @return {@link StreamsUncaughtExceptionHandler}
205
205
* @since 2.8.4
206
206
*/
207
+ @ Nullable
207
208
public StreamsUncaughtExceptionHandler getStreamsUncaughtExceptionHandler () {
208
209
return this .streamsUncaughtExceptionHandler ;
209
210
}
@@ -228,6 +229,7 @@ public void setCloseTimeout(int closeTimeout) {
228
229
* @return {@link Topology} object
229
230
* @since 2.4.4
230
231
*/
232
+ @ Nullable
231
233
public Topology getTopology () {
232
234
return this .topology ;
233
235
}
@@ -261,6 +263,7 @@ public void setCleanupConfig(CleanupConfig cleanupConfig) {
261
263
* may be null if this {@link StreamsBuilderFactoryBean} hasn't been started.
262
264
* @since 1.1.4
263
265
*/
266
+ @ Nullable
264
267
public synchronized KafkaStreams getKafkaStreams () {
265
268
return this .kafkaStreams ;
266
269
}
You can’t perform that action at this time.
0 commit comments