Behaviour for all compression codecs used in Kayrock.
@callback attr() :: integer()
@callback available?() :: boolean()
@callback compress(binary()) :: binary()
@callback compress(binary(), term()) :: binary()
@callback decompress(binary()) :: binary()