mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-14 05:24:21 +00:00
basic processor documentation layout
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Encode
|
||||
sidebar:
|
||||
order: 1
|
||||
---
|
||||
The string encode processor takes a string and turns it into an array of bytes. This processor will return an error if the message being processed is not a string.
|
||||
|
||||
- **type**: `string.encode`
|
||||
|
||||
### Example
|
||||
```
|
||||
- type: string.encode
|
||||
```
|
||||
Reference in New Issue
Block a user