-
ConstructorDescriptionAn instance of
ConversionService
is needed for binding the full range of supported types (including reactive) to PubSub subscriber methods.PubSubBodyBinder(ConversionService, PubSubMessageSerDesRegistry)
should be used instead.This exception is expected to only ever be created internally by the framework, and this form is no longer used.PubSubMessageReceiverException(String, Object, PubSubConsumerState, boolean)
is now used instead. Any outside appropriate usage of this class (such as in exception handler tests) should be updated accordingly.This exception is expected to only ever be created internally by the framework, and this form is no longer used.PubSubMessageReceiverException(String, Throwable, Object, PubSubConsumerState, boolean)
is now used instead. Any outside appropriate usage of this class (such as in exception handler tests) should be updated accordingly.
ConversionService
is needed for binding the full range of supported types (including reactive) to PubSub subscriber methods.PubSubBodyBinder(ConversionService, PubSubMessageSerDesRegistry)
should be used instead.