Interface GridNioMessageWriterFactory
-
public interface GridNioMessageWriterFactoryMessage writer factory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageWriterwriter(GridNioSession ses)Creates new writer.
-
-
-
Method Detail
-
writer
MessageWriter writer(GridNioSession ses) throws IgniteCheckedException
Creates new writer.- Parameters:
ses- Current session.- Returns:
- Writer.
- Throws:
IgniteCheckedException- In case of error.
-
-