Class SyslogDataFormat.Builder
java.lang.Object
org.apache.camel.model.dataformat.SyslogDataFormat.Builder
- All Implemented Interfaces:
DataFormatBuilder<SyslogDataFormat>
- Enclosing class:
- SyslogDataFormat
public static class SyslogDataFormat.Builder
extends Object
implements DataFormatBuilder<SyslogDataFormat>
Builder is a specific builder for SyslogDataFormat.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
end
Description copied from interface:DataFormatBuilderEnds the build of the data format.- Specified by:
endin interfaceDataFormatBuilder<SyslogDataFormat>- Returns:
- the data format fully built.
-