Uses of Interface
org.apache.olingo.server.api.ODataContentWriteErrorCallback
Packages that use ODataContentWriteErrorCallback
-
Uses of ODataContentWriteErrorCallback in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer that return ODataContentWriteErrorCallbackModifier and TypeMethodDescriptionEntityCollectionSerializerOptions.getODataContentWriteErrorCallback()
Gets the callback which is used in case of an exception during write of the content (in case the content will be written/streamed in the future)Methods in org.apache.olingo.server.api.serializer with parameters of type ODataContentWriteErrorCallbackModifier and TypeMethodDescriptionEntityCollectionSerializerOptions.Builder.writeContentErrorCallback
(ODataContentWriteErrorCallback ODataContentWriteErrorCallback) Set the callback which is used in case of an exception during write of the content.