DATAREDIS-1009 - Make StreamMessageListenerContainerOptions builder method public.
Builder method should be public to be usable from the calling code. Original pull request: #465.
This commit is contained in:
committed by
Mark Paluch
parent
1ee8200d1a
commit
558ac1f008
@@ -504,7 +504,7 @@ public interface StreamMessageListenerContainer<K, V extends Record<K, ?>> exten
|
||||
/**
|
||||
* @return a new builder for {@link StreamMessageListenerContainerOptions}.
|
||||
*/
|
||||
static StreamMessageListenerContainerOptionsBuilder<String, MapRecord<String, String, String>> builder() {
|
||||
public static StreamMessageListenerContainerOptionsBuilder<String, MapRecord<String, String, String>> builder() {
|
||||
return new StreamMessageListenerContainerOptionsBuilder<>().serializer(StringRedisSerializer.UTF_8);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user